home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 42 / Amiga Format AFCD42 (Issue 126, Aug 1999).iso / -serious- / programming / other / wild / include / clib / wildengineer_protos.h < prev    next >
C/C++ Source or Header  |  1999-05-25  |  586b  |  16 lines

  1. #ifndef    CLIB_WILDENGINEER_H
  2. #define CLIB_WILDENGINEER_H
  3.  
  4. #include <misc/wildengineer.h>
  5.  
  6. struct WEModuleInfo    *weHaveModuleInfo(struct TagItem *tags);
  7. void            weFreeModuleInfo(struct WEModuleInfo *mi);
  8. struct WEBestModules    *weHaveBestModules(struct TagItem *tags);
  9. void            weFreeBestModules(struct WEBestModules *bm);
  10. struct WEEngineCheck    *weHaveEngineCheck(struct TagItem *tags);
  11. void            weFreeEngineCheck(struct WEEngineCheck *bm);
  12. void            weRepairEngine(struct WEBestModules *bm);
  13. struct WildModule    *weLoadModule(struct TagItem *tags);
  14. void            weKillModule(struct WildModule *mod);
  15.  
  16. #endif